konobangu/apps/webui/tsconfig.json

16 lines
300 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"composite": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src"]
}