Clean up dev workflow a bit
This commit is contained in:
parent
689afa04e8
commit
af062715d9
9 changed files with 2198 additions and 67 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"strictNullChecks": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react"
|
||||
"jsx": "react",
|
||||
"isolatedModules": true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue