mempool/frontend/tsconfig.json

20 lines
479 B
JSON
Raw Normal View History

2020-07-19 14:34:09 +02:00
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts 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.
*/
2019-07-21 16:59:47 +02:00
{
2020-07-19 14:34:09 +02:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
2020-11-06 22:30:52 +01:00
},
{
"path": "./tsconfig.server.json"
2020-07-19 14:34:09 +02:00
}
]
}