tsconfig: specify an outDir (to make it shut up)
This commit is contained in:
parent
a9a5ab115e
commit
2c490285e2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "app/",
|
||||
"outDir": "build/",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"module": "es2022",
|
||||
|
|
Loading…
Reference in a new issue