solid-pb/tsconfig.json

12 lines
217 B
JSON
Raw Permalink Normal View History

2025-02-18 19:26:42 +01:00
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ESNext",
"declaration": true,
"outDir": "dist",
},
"include": [
"src/**/*.ts"
]
}