Files
triggerdotdev--trigger.dev/apps/webapp/tsconfig.check.json
T
2026-07-13 13:32:57 +08:00

15 lines
318 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "DOM.AsyncIterable", "ES2022"],
"target": "ES2022",
"noEmit": true,
"paths": {
"~/*": ["./app/*"],
"@/*": ["./*"]
},
"customConditions": []
},
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
}