Files
wursor/packages/next/tsconfig.json
T
2026-05-13 15:12:51 +01:00

10 lines
167 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"jsx": "preserve"
},
"include": ["src"],
"exclude": ["node_modules"]
}