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

18 lines
341 B
JSON

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