Init
This commit is contained in:
commit
0029086b3f
148 changed files with 19047 additions and 0 deletions
27
packages/api/tsconfig.json
Normal file
27
packages/api/tsconfig.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"preserveConstEnums": true,
|
||||
"strictNullChecks": true,
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"module": "CommonJS",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"lib": ["es2015"],
|
||||
"rootDirs": ["./"],
|
||||
"outDir": ".esbuild"
|
||||
},
|
||||
"include": ["../../shared/types", "src"],
|
||||
"watchOptions": {
|
||||
"excludeDirectories": [
|
||||
"node_modules",
|
||||
".esbuild",
|
||||
".dynamodb",
|
||||
".serverless",
|
||||
"scripts"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue