build: fix tsconfig

This commit is contained in:
alina 🌸 2023-09-05 00:19:47 +03:00
parent 22d8b815d3
commit 91894e87cc
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -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",