chore(core): align tsconfig

This commit is contained in:
Elian Doran
2026-03-27 14:28:48 +02:00
parent ce1f7a4274
commit f1d7d34f1a
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2020",
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

View File

@@ -2,6 +2,9 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/vitest",
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2020",
"types": [
"vitest"
],