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

12 lines
210 B
JSON

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