TypeScript/tests/projects/projectReferenceWithRootDirInParent/tsconfig.base.json

11 lines
176 B
JSON

{
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src/",
"outDir": "./dist/"
},
"exclude": [
"node_modules"
]
}