15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false,
|
|
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
|
|
"types": ["bun"]
|
|
},
|
|
"include": ["src"]
|
|
}
|