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

6 lines
82 B
JSON

{
"extends": "./foobar.json",
"compilerOptions": {
"composite": true
}
}