chore(web): removes new, improperly-placed comment

This commit is contained in:
Joshua Horton 2023-12-20 09:56:31 +07:00 committed by GitHub
parent 85996ca057
commit 0eb146d60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
// Primary settings - the version of ES6 we can target in TS, our downcompile target,
// and our module-related settings.
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"outDir": "build/",