mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-04-04 08:51:17 +00:00
24 lines
460 B
JSON
24 lines
460 B
JSON
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
|
|
|
|
{
|
|
"extends": "../../tsconfig.node-base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"outDir": "./dist-types",
|
|
"rootDir": ".",
|
|
"composite": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"references": [],
|
|
"include": [
|
|
"src",
|
|
"*.js",
|
|
"types"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"dist-types"
|
|
]
|
|
} |