@tsed/platform-aws
Version:
Module to support AWS function with Ts.ED
13 lines (12 loc) • 367 B
JSON
{
"extends": "./tsconfig.compile.json",
"compilerOptions": {
"baseUrl": ".",
"module": "ES2020",
"rootDir": "src",
"outDir": "./lib/esm",
"declaration": true,
"declarationDir": "./lib/types"
},
"exclude": ["node_modules", "test", "lib", "benchmark", "coverage", "spec", "**/*.benchmark.ts", "**/*.spec.ts", "keys", "jest.config.js"]
}