eduproj/materialdb/tsconfig.json

9 lines
148 B
JSON
Raw Normal View History

2021-08-28 10:52:47 +00:00
{
"compilerOptions": {
2021-08-28 18:03:38 +00:00
"target": "es6",
"module": "commonjs",
"emitDecoratorMetadata": true,
2021-08-28 10:52:47 +00:00
"experimentalDecorators": true
}
}