13 lines
320 B
JSON
13 lines
320 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "es2017"],
|
||
|
"target": "ESNext",
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"jsx": "preserve"
|
||
|
}
|
||
|
}
|