galerie/srv/tsconfig.json

17 lines
322 B
JSON

{
"compilerOptions": {
"alwaysStrict": true,
"target": "ES6",
"module": "CommonJS",
"removeComments": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*"
]
}
},
}