mirror of
https://github.com/ozntel/file-explorer-note-count.git
synced 2026-07-22 05:40:24 +00:00
21 lines
588 B
JSON
21 lines
588 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"isolatedModules": true,
|
|
"outDir": "",
|
|
"esModuleInterop": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["dom", "es5", "scripthost", "ES2020", "DOM.Iterable"]
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": []
|
|
}
|