TypeScript/tests/projects/empty-files/with-references/tsconfig.json

12 lines
264 B
JSON

{
"references": [
{ "path": "../core" },
],
"files": [],
"compilerOptions": {
"composite": true,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"skipDefaultLibCheck": true
}
}