mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-04 22:00:16 +00:00
Emstricten tsconfig
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,7 +1,8 @@
|
||||
*.log
|
||||
*.tsbuildinfo
|
||||
.DS_Store
|
||||
.history
|
||||
.next
|
||||
node_modules
|
||||
out
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Reference in New Issue
Block a user