Files
ccc-devtools/tsconfig.json

12 lines
224 B
JSON
Raw Normal View History

2022-07-17 16:48:06 +08:00
{
"compilerOptions": {
2026-03-15 19:21:04 +08:00
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
2022-07-17 16:48:06 +08:00
"strict": true,
2026-03-15 19:21:04 +08:00
"skipLibCheck": true,
"noEmit": true
2022-07-17 16:48:06 +08:00
},
2026-03-15 19:21:04 +08:00
"exclude": ["packages/", "node_modules/"]
2022-07-17 16:48:06 +08:00
}