Emstricten tsconfig

This commit is contained in:
Aarni Koskela
2022-02-11 16:38:09 +02:00
parent 64277b748b
commit 5c237084f5
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,8 @@
*.log
*.tsbuildinfo
.DS_Store
.history
.next
node_modules
out
package-lock.json
package-lock.json

View File

@@ -8,7 +8,7 @@
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,