eduproj/materialdb/tsconfig.json

11 lines
195 B
JSON
Raw Permalink 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-29 07:39:52 +00:00
"experimentalDecorators": true,
"declaration": true,
"outDir": "dist"
2021-08-28 10:52:47 +00:00
}
}