{ "compilerOptions": { "target": "ES2022", "rootDir": "./src", "outDir": "./build", "esModuleInterop": true, "allowJs": false, "noImplicitAny": false, "moduleResolution": "Node", "plugins": [{ "transform": "./src/plugins/typeInferPlugin.ts", "type": "raw" }] } }