mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
fix tsconfig warnings (tsunami) (#3233)
This commit is contained in:
parent
3e4fe8cf51
commit
6316093533
1 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
|||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
"allowJs": false,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": false,
|
||||
"strictNullChecks": false,
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue