Update code to deal with new paths under src

This commit is contained in:
Alex Gleason
2023-09-18 16:37:15 -05:00
parent efdec35d98
commit dd97a46a03
21 changed files with 69 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": "src/",
"outDir": "build/",
"baseUrl": "./",
"outDir": "dist",
"sourceMap": true,
"strict": true,
"module": "ESNext",
@@ -12,6 +12,9 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"soapbox/*": ["src/*"],
},
"typeRoots": [
"./types",
"./node_modules/@types",