10 lines
248 B
JSON
10 lines
248 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es5", "es6", "dom"],
|
||
|
"target": "es2017",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true
|
||
|
}
|
||
|
}
|