Files
Vencloud/tsconfig.json
T
2023-02-16 20:37:52 +00:00

19 lines
433 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"noImplicitAny": false,
"target": "esnext",
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": "./src/",
"outDir": "./dist/"
},
"include": ["src/**/*"]
}