build: fix tsconfig
This commit is contained in:
parent
22d8b815d3
commit
91894e87cc
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"baseUrl": "./",
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
"allowJs": true,
|
||||
|
@ -17,7 +16,7 @@
|
|||
"stripInternal": true,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"~scripts/*": ["scripts/*"],
|
||||
"~scripts/*": ["./scripts/*"],
|
||||
},
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
|
|
Loading…
Reference in a new issue