Fix tsc target dir

This commit is contained in:
Marko Korhonen 2023-11-14 19:40:39 +02:00
parent 99c0b03941
commit 4664b91545
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -8,7 +8,7 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"outDir": "target" "outDir": "dist"
}, },
"include": ["src/**/*.ts"] "include": ["src/**/*.ts"]
} }