|
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es2017"],
|
|
"target": "ES2017",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"jsx": "preserve"
|
|
}
|
|
} |