project-server-api/tsconfig.json

15 lines
292 B
JSON
Raw Permalink Normal View History

2021-05-30 23:16:10 -04:00
{
"compilerOptions": {
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"module": "esnext",
"moduleResolution": "node",
"outDir": "out",
"target": "esnext",
"sourceMap": true
},
"include": [
"src/**/*.ts"
]
}