Files
rocket/packages/cli/tsconfig.json
2021-01-03 16:20:47 +01:00

46 lines
888 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": "../mdjs-preview/tsconfig.json"
},
{
"path": "../mdjs-story/tsconfig.json"
},
{
"path": "../plugins-manager/tsconfig.json"
},
{
"path": "../mdjs-core/tsconfig.json"
},
{
"path": "../core/tsconfig.json"
},
{
"path": "../eleventy-plugin-mdjs-unified/tsconfig.json"
},
{
"path": "../eleventy-rocket-nav/tsconfig.json"
}
],
"include": [
"src",
"*.js",
"types"
],
"exclude": [
"dist",
"dist-types"
]
}