mempool/frontend/tsconfig.json

20 lines
479 B
JSON
Raw Normal View History

2020-07-19 19:34:09 +07: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 17:59:47 +03:00
{
2020-07-19 19:34:09 +07:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
2020-11-07 04:30:52 +07:00
},
{
"path": "./tsconfig.server.json"
2020-07-19 19:34:09 +07:00
}
]
}