ObjToSchematic/tsconfig.json
2023-09-14 00:40:16 +01:00

16 lines
330 B
JSON

{
"compilerOptions": {
"incremental": true,
"target": "esnext",
"module": "esnext",
"allowJs": true,
"sourceMap": true,
"outDir": "./dist",
"downlevelIteration": true,
"strict": true,
"moduleResolution": "node",
"baseUrl": ".",
"esModuleInterop": true,
"skipLibCheck": true,
}
}