About | Log | Files | Refs | License
tsconfig.json (170B) - raw
1 { 2 "compilerOptions": { 3 "outDir": "build/typescript", 4 "target": "ES2023", 5 "typeRoots": ["types/*"] 6 }, 7 "include": ["./src/main/ts/**/*", "./types/**/*"] 8 }