mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
35 lines
656 B
JSON
35 lines
656 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": [
|
|
{
|
|
"path": "../plugins-manager/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../mdjs-core/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../engine/tsconfig.json"
|
|
}
|
|
],
|
|
"include": [
|
|
"src",
|
|
"*.js",
|
|
"types"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"dist-types",
|
|
"src/init-files/"
|
|
]
|
|
} |