mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:50:54 +01:00
18 lines
431 B
JSON
18 lines
431 B
JSON
|
|
/*
|
|||
|
|
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": [],
|
|||
|
|
"references": [
|
|||
|
|
{
|
|||
|
|
"path": "./tsconfig.app.json"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"path": "./tsconfig.browser.json"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|