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": {
|
"compilerOptions": {
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es2020",
|
"target": "es2020",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
@ -17,7 +16,7 @@
|
||||||
"stripInternal": true,
|
"stripInternal": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"~scripts/*": ["scripts/*"],
|
"~scripts/*": ["./scripts/*"],
|
||||||
},
|
},
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types",
|
"./node_modules/@types",
|
||||||
|
|
Loading…
Reference in a new issue