mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
24 lines
572 B
JSON
24 lines
572 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.
|
||
*/
|
||
{
|
||
"compilerOptions": {
|
||
"esModuleInterop": true,
|
||
"outDir": "./dist"
|
||
},
|
||
"files": [],
|
||
"references": [
|
||
{
|
||
"path": "./src/tsconfig.app.json"
|
||
},
|
||
{
|
||
"path": "./src/tsconfig.worker.json"
|
||
},
|
||
{
|
||
"path": "./src/tsconfig.spec.json"
|
||
}
|
||
]
|
||
}
|