2022-01-19 17:24:11 +01:00
|
|
|
|
/*
|
|
|
|
|
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
|
|
|
|
|
It is not intended to be used to perform a compilation.
|
|
|
|
|
|
|
|
|
|
To learn more about this file see: https://angular.io/config/solution-tsconfig.
|
|
|
|
|
*/
|
|
|
|
|
{
|
|
|
|
|
"files": [],
|
|
|
|
|
"compilerOptions": {
|
2024-07-02 19:19:05 +02:00
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"esModuleInterop": true
|
2022-01-19 17:24:11 +01:00
|
|
|
|
},
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "./tsconfig.app.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|