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:
Alex Gleason 2022-05-04 19:44:40 +00:00
commit b1cdf93ec6

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": "app/",
"outDir": "build/",
"sourceMap": true,
"strict": true,
"module": "es2022",