TypeScript/tests/projects/importJsonFromProjectReference/tsconfig.json

21 lines
407 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"rootDir": "./",
"composite": true,
"resolveJsonModule": true,
"strict": true,
"esModuleInterop": true
},
"references": [
{
"path": "./strings/tsconfig.json"
},
{
"path": "./main/tsconfig.json"
}
],
"files": []
}