{ "extends": "../typescript-config/base.json", "include": [ "src/**/*.ts" ], "files": [ "src/index.ts", "src/main.ts" ], "compilerOptions": { "strictNullChecks": false, "allowJs": true, "baseUrl": ".", "outDir": "./dist-in", "inlineSourceMap": true, "preserveConstEnums": true, "allowSyntheticDefaultImports": true, "paths": { "@/*": [ "src/*" ] } }, }