Unformat tsconfig to reduce noise

This commit is contained in:
hjonasson 2023-11-17 11:20:59 +13:00
parent baaaa89167
commit 3f7e0eca60
No known key found for this signature in database
GPG Key ID: 68D22124ADDEEB04
1 changed files with 11 additions and 4 deletions

View File

@ -12,7 +12,14 @@
"isolatedModules": true,
"strictNullChecks": true,
"esModuleInterop": true,
"lib": ["DOM", "ES5", "ES6", "ES7"]
},
"include": ["**/*.ts"]
}
"lib": [
"DOM",
"ES5",
"ES6",
"ES7"
]
},
"include": [
"**/*.ts"
]
}