{ "compilerOptions": { "baseUrl": ".", "outDir": "./dist", "module": "commonjs", "lib": ["ESNext", "DOM"], "sourceMap": false, "target": "esnext", "moduleResolution": "node", "esModuleInterop": true, "declaration": true, "allowJs": true, "checkJs": true, "allowSyntheticDefaultImports": true, "noUnusedLocals": true, "strictNullChecks": true, "noImplicitAny": true, "removeComments": false, "preserveSymlinks": true, "paths": { "/@app/*": ["lib/app/*"], "/@theme/*": ["lib/theme-default/*"] } }, "include": ["src", "lib"] }