chore: symlink deps in tsconfig

This commit is contained in:
braks
2022-07-27 22:49:00 +02:00
committed by Braks
parent b0fc5ada92
commit 4e7f4b5cf8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"preserveSymlinks": true,
"outDir": "./tmp",
"baseUrl": ".",
"module": "ESNext",
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"preserveSymlinks": true,
"baseUrl": ".",
"module": "ESNext",
"target": "es2017",