mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-19 19:31:17 +00:00
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"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"]
|
|
}
|