memories/tsconfig.json

13 lines
320 B
JSON

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