forked from mirror/ObjToSchematic
16 lines
330 B
JSON
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,
|
|
}
|
|
} |