mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-28 15:31:48 +02:00
17 lines
447 B
JSON
17 lines
447 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": "./src/tsconfig.json"
|
||
}
|
||
],
|
||
"compilerOptions": {
|
||
"target": "ES2022",
|
||
}
|
||
} |