generated from lucxjo/template
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"exclude": ["build", "node_modules"]
|
|
}
|