chore: update tsconfig to remove build config
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist",
|
"noEmit": true,
|
||||||
"target": "ES2020",
|
"target": "ES2020",
|
||||||
"module": "Node16",
|
"module": "Node16",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
@@ -9,5 +9,4 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user