mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
chore: update typecheck
This commit is contained in:
parent
473c61b78b
commit
c10ffbe378
3 changed files with 4 additions and 21 deletions
|
@ -1,18 +1,10 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"baseUrl": ".",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ESNext",
|
||||
"lib": ["ESNext", "dom"],
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true
|
||||
"moduleResolution": "Node"
|
||||
},
|
||||
"include": ["."]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue