memories/tsconfig.json

14 lines
299 B
JSON
Raw Permalink Normal View History

2022-09-13 01:33:24 +00:00
{
2022-11-24 19:36:41 +00:00
"compilerOptions": {
"lib": ["dom", "es2017"],
"target": "ES2017",
"module": "es2020",
"moduleResolution": "node",
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"jsx": "preserve"
}
}