solid-pb/tsconfig.json
2025-02-18 19:26:42 +01:00

12 lines
217 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ESNext",
"declaration": true,
"outDir": "dist",
},
"include": [
"src/**/*.ts"
]
}