Files
aitbc/apps/explorer-web/tsconfig.json

15 lines
313 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"lib": ["ESNext", "DOM"],
"types": ["vite/client"]
},
"include": ["src"]
}