mirror of
https://github.com/sixtarocyan/smart-folder-view.git
synced 2026-07-22 06:50:05 +00:00
22 lines
No EOL
394 B
JSON
22 lines
No EOL
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": [
|
|
"DOM",
|
|
"ES2020"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": false,
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"resolveJsonModule": true,
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |