Updated tsconfig.json
This commit is contained in:
@ -10,8 +10,7 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"strictNullChecks": true,
|
"strict": true,
|
||||||
"strictPropertyInitialization": true,
|
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
@ -19,10 +18,6 @@
|
|||||||
"esnext"
|
"esnext"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"formatCodeOptions": {
|
|
||||||
"identSize": 2,
|
|
||||||
"tabSize": 2
|
|
||||||
},
|
|
||||||
"exclude": ["examples"],
|
"exclude": ["examples"],
|
||||||
"include": ["./src/*.ts"]
|
"include": ["./src/*.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user