feat: establish TypeScript-aware frontend tooling
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["scripts", "vite.config.js"],
|
||||
"exclude": ["dist", "node_modules", "tests"]
|
||||
}
|
||||
Reference in New Issue
Block a user