{ "compilerOptions": { "module": "NodeNext", "target": "ESNext", "esModuleInterop": true, "outDir": "dist", "paths": { "@schema/*": [ "../shared/schema/*" ], "@services/*": [ "../shared/services/*" ], "@data/*": [ "../shared/data/*" ], "@functions/*": [ "../shared/functions/*" ] } }, "include": [ "src/**/*.ts", "scripts/**/*.ts" ], "exclude": [ "node_modules" ] }