TypeScript/tests/projects/missingExtendedConfig/tsconfig.json
2019-01-28 12:30:05 -08:00

9 lines
155 B
JSON

{
"compilerOptions": {
"composite": true
},
"references": [
{ "path": "./tsconfig.first.json" },
{ "path": "./tsconfig.second.json" }
]
}