Initial Commit
This commit is contained in:
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler",
|
||||
"strict": true, "noEmit": true, "lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": ["vite/client"], "skipLibCheck": true
|
||||
},
|
||||
"include": ["frontend"]
|
||||
}
|
||||
Reference in New Issue
Block a user