Added 2 comp options to tsconfig
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": true,
|
||||
"resolveJsonModule": true,
|
||||
"removeComments": true,
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"],
|
||||
|
||||
Reference in New Issue
Block a user