mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 14:28:04 +00:00
20 lines
405 B
JSON
20 lines
405 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"downlevelIteration": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"esModuleInterop": true,
|
||
|
"lib": ["dom"],
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"$/*": ["./*"]
|
||
|
},
|
||
|
"rootDir": ".",
|
||
|
"strict": true,
|
||
|
"strictPropertyInitialization": false,
|
||
|
"target": "es6"
|
||
|
}
|
||
|
}
|