{ "include": ["./src/**/*"], "compilerOptions": { "target": "es2019", "moduleResolution": "node", "sourceMap": true, "declaration": true, "declarationMap": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "resolveJsonModule": true, "composite": true, "skipLibCheck": true, // strict "strict": true, "noImplicitThis": true, "alwaysStrict": true, "noImplicitAny": false, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitReturns": true, "strictPropertyInitialization": true, "paths": { "@switchboard-xyz/switchboard-v2": ["../switchboard-v2"] } }, "references": [{ "path": "../switchboard-v2" }] }