14 lines
313 B
JSON
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"]
|
|
}
|