chore: update tsconfig to remove build config

This commit is contained in:
Hiroki Osame
2023-02-16 16:57:58 +09:00
parent 2f215b262d
commit a51dec0bab

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "dist",
"noEmit": true,
"target": "ES2020",
"module": "Node16",
"strict": true,
@@ -9,5 +9,4 @@
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}