wcb/test/types/tsconfig.json
Ayo 861310c6bf
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run
feat: typed props
- jsdocs / types change only to enforce giving shapt to `static props`
2026-07-19 18:27:52 +02:00

12 lines
234 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM"],
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["./*.ts"]
}