mirror of
https://github.com/mermaid-js/mermaid-live-editor.git
synced 2025-03-18 17:16:21 +03:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"include": [
|
|
"src/**/*.d.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.svelte",
|
|
"cypress/**/*.ts",
|
|
"cypress/**/*.js",
|
|
"cypress/**/*.json",
|
|
"static/**/*.js",
|
|
"static/**/*.json"
|
|
],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictNullChecks": true,
|
|
"types": ["vitest/importMeta"]
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|