updates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["es2020", "dom"],
|
||||
"target": "ES2020"
|
||||
"lib": ["dom", "ESNext"],
|
||||
"target": "ESNext",
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
|
||||
"include": ["./src/**/*"],
|
||||
"exclude": ["./node_modules/*", "./__sapper__/*", "./public/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user