config updates
This commit is contained in:
parent
55370f2e98
commit
a28662b9bd
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
"skipDefaultLibCheck": true,
|
"skipDefaultLibCheck": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"outDir": "lib"
|
"noEmit": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ export default defineConfig({
|
||||||
"prefer-for-of": "off",
|
"prefer-for-of": "off",
|
||||||
"switch-case-braces": "off",
|
"switch-case-braces": "off",
|
||||||
"require-module-specifiers": "off",
|
"require-module-specifiers": "off",
|
||||||
|
"no-namespace": "off",
|
||||||
},
|
},
|
||||||
ignorePatterns: ["**/*.gen.ts"],
|
ignorePatterns: ["**/*.gen.ts"],
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue