Merge branch 'tsconfig-outdir' into 'develop'

tsconfig: specify an outDir (to make it shut up)

See merge request soapbox-pub/soapbox-fe!1311
api-accept
Alex Gleason 2 years ago
commit b1cdf93ec6

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

Loading…
Cancel
Save