galerie/srv/tsconfig.json
0xf8 3e3361ddbc
Initial commit
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-02-25 12:24:57 -05:00

17 lines
322 B
JSON

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