blossom-drive-webserver/tsconfig.json

13 lines
249 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "NodeNext",
"target": "es2020",
"outDir": "build",
"skipLibCheck": true,
"strict": true,
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}