1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-19 00:39:28 +08:00
Files
Alas/webapp/tsconfig.json

16 lines
338 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"sourceMap": true,
"moduleResolution": "Node",
"skipLibCheck": true,
"strict": true,
"isolatedModules": true,
2023-04-17 17:27:15 +08:00
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true
2023-04-17 17:27:15 +08:00
}
}