Files
Catriel Müller 4973cc5343 fix: types
2026-01-26 17:49:53 +01:00

14 lines
313 B
JSON

{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "../plugin", "../sdk"]
}