chore: simplify API build (#6841)

This commit is contained in:
Ben McCann
2024-02-01 14:55:21 -08:00
committed by GitHub
parent 606147be43
commit a8dcfe4bd2
4 changed files with 11 additions and 25 deletions

View File

@@ -1,7 +1,11 @@
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true,
"outDir": "build",
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext"]
}
}