sixtarocyan_smart-folder-view/tsconfig.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"
]
}