(chore) clean up tsconfig
This commit is contained in:
parent
131713d9db
commit
72b4fb0545
@ -14,17 +14,14 @@
|
||||
"esnext.array"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"outDir": "./dist/",
|
||||
"outDir": "dist",
|
||||
"sourceMap": true,
|
||||
"typeRoots" : [
|
||||
"./node_modules/@types"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"tests/**/*.ts"
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"exclude": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user