Merge branch 'tsconfig-outdir' into 'develop'
tsconfig: specify an outDir (to make it shut up) See merge request soapbox-pub/soapbox-fe!1311
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "app/",
|
||||
"outDir": "build/",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"module": "es2022",
|
||||
|
||||
Reference in New Issue
Block a user