Delete tsconfig.json

This commit is contained in:
removedporn 2021-09-16 23:36:41 +08:00 committed by GitHub
parent 877e3e0632
commit e403b29d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"strict": true,
"moduleResolution": "node"
}
}