Updated tsconfig.json
This commit is contained in:
@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user