chore: clean up

This commit is contained in:
Anthony Fu 2022-01-13 13:36:36 +08:00
parent 6d536ce88c
commit ca13b2a030
5 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"importsNotUsedAsValues": "preserve"
}
}
}

View File

@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}

View File

@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}

View File

@ -1,3 +1,2 @@
{
"extends": "../../tsconfig.json",
}

View File

@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "esnext"
}