Files
chemmazz/server/tsconfig.json

10 lines
145 B
JSON
Raw Permalink Normal View History

2021-01-29 15:52:45 +01:00
{
"compilerOptions": {
"declaration": true,
"experimentalDecorators": true,
"target": "es6"
},
"include": [
"**/*.ts"
]
}