33 строки
659 B
JSON
33 строки
659 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": false,
|
|
"noEmit": true,
|
|
"types": []
|
|
},
|
|
"include": [],
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./environment/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./static-assets/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./ignore-not-found-export-webpack-plugin/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./custom-global/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./json-stable-stringify-without-jsonify/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "./find-free-port/tsconfig.json"
|
|
}
|
|
]
|
|
}
|