{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "baseUrl": ".", "rootDir": "./src", "outDir": "./build", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "paths": { "@tools/*": ["src/tools/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules"] }