update
This commit is contained in:
parent
2f97de3a91
commit
95cc10089c
3 changed files with 10 additions and 2 deletions
|
@ -4,6 +4,13 @@
|
|||
"index.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"jsx": "react"
|
||||
"lib": ["ESNext"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"jsx": "react-jsx",
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue