Organize build, allow one entrypoint per file (#305)

This commit is contained in:
franzap
2023-10-01 21:20:53 +00:00
committed by GitHub
parent 5e85bbc2ed
commit ce11a5fc89
3 changed files with 149 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,
"outDir": "lib/types",
"resolveJsonModule": true,
"outDir": "lib",
"rootDir": ".",
"allowImportingTsExtensions": true
}