Files
brick-cli/tsconfig.json
yangzhaohan c6f4311360 first commit
2026-06-22 15:48:47 +08:00

15 lines
303 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}