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": {
"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",