forked from MapComplete/MapComplete
🚧 Working on vite build
This commit is contained in:
parent
10c89e8eb5
commit
39cc043f8b
4 changed files with 97 additions and 7 deletions
|
@ -5,15 +5,15 @@
|
|||
"module": "ESNext",
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"strict": false,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"noEmit": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
// "noEmit": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "noUnusedParameters": true,
|
||||
// "noImplicitReturns": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "test", "scripts"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue