smartdata/tsconfig.json
2018-07-10 00:02:04 +02:00

7 lines
115 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2017",
"module": "commonjs"
}
}