mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 03:41:18 +00:00
Replace tsup with bun build + tsc, drop CJS
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
10
tsconfig.build.json
Normal file
10
tsconfig.build.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src/index.ts", "src/jsx-runtime.ts", "src/jsx-dev-runtime.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user