chore: Update some things to make a single export?

This commit is contained in:
J H
2024-02-12 15:15:25 -07:00
parent 17ec714277
commit 599da8f52c
11 changed files with 88 additions and 63 deletions

View File

@@ -1,20 +1,8 @@
{
"include": ["./lib/**/*.ts", "scripts/oldSpecToBuilder.ts"],
"inputs": ["./lib/index.ts"],
"extends": "./tsconfig-base.json",
"compilerOptions": {
"target": "es2022",
"module": "Node16",
"moduleResolution": "Node16",
"declaration": true,
"outDir": "./dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}