Standardize build and binary references

This commit is contained in:
olaservo
2025-04-14 21:12:35 -07:00
parent c19925b8f0
commit e5477c2bd4
3 changed files with 38 additions and 43 deletions

View File

@@ -3,7 +3,7 @@
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./build",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
@@ -13,4 +13,3 @@
"include": ["src/**/*"],
"exclude": ["node_modules"]
}