1
0
Fork 0
peertube/client/tsconfig.json

15 lines
378 B
JSON
Raw Normal View History

2020-06-26 06:37:26 +00: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.
*/
2016-03-07 13:48:46 +00:00
{
2020-06-26 06:37:26 +00:00
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
2018-01-04 10:19:16 +00:00
}
2020-06-26 06:37:26 +00:00
]
2016-03-07 13:48:46 +00:00
}