Updated tsconfig.json

This commit is contained in:
delvedor
2020-09-02 17:28:41 +02:00
parent 416d3e0851
commit 3903f5268b

View File

@ -10,8 +10,7 @@
"experimentalDecorators": true,
"sourceMap": true,
"emitDecoratorMetadata": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"strict": true,
"esModuleInterop": true,
"removeComments": true,
"noUnusedLocals": true,
@ -19,10 +18,6 @@
"esnext"
]
},
"formatCodeOptions": {
"identSize": 2,
"tabSize": 2
},
"exclude": ["examples"],
"include": ["./src/*.ts"]
}