mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"extends": "../../tsconfig.node-base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"outDir": "./dist-types",
|
|
"rootDir": ".",
|
|
"composite": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true,
|
|
"moduleResolution": "NodeNext"
|
|
},
|
|
"include": ["src", "types"],
|
|
"exclude": ["dist-types", "**/__output/**", "**/__output-dev/**"]
|
|
}
|