therepo/tsconfig.json

20 lines
335 B
JSON

{
"extends": ["./tsconfig.common.json"],
"compilerOptions": {
"rootDir": ".",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowJs": true,
"noEmit": true,
"checkJs": true
},
"include": ["./*.config.js"],
"references": [
{
"path": "./packages/conventional"
},
{
"path": "./packages/i18n"
}
]
}