1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:49:26 +08:00
Files
Alas/webapp/tsconfig.json

16 lines
338 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"sourceMap": true,
"moduleResolution": "Node",
"skipLibCheck": true,
"strict": true,
"isolatedModules": true,
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true
}
}