eduproj/materialdb/tsconfig.json
2021-08-29 01:24:18 -05:00

9 lines
148 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}