Skip to content

Commit d529c12

Browse files
committed
clean up
1 parent 1889b36 commit d529c12

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

lambdas/functions/control-plane/src/vitest.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

lambdas/tsconfig.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2022" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
4-
"module": "ES2022" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
3+
"target": "ES2022",
4+
"module": "ES2022",
55
"outDir": "dist",
66
"lib": [
7-
"es2020",
8-
"es2022" /* Include ES2022 library for additional features. */
9-
] /* Specify library files to be included in the compilation. */,
10-
"downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */,
11-
"strict": true /* Enable all strict type-checking options. */,
12-
"moduleResolution": "bundler" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
13-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
14-
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
15-
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
7+
"es2022"
8+
],
9+
"downlevelIteration": true,
10+
"strict": true,
11+
"moduleResolution": "bundler",
12+
"esModuleInterop": true,
13+
"experimentalDecorators": true,
14+
"emitDecoratorMetadata": true,
1615
"forceConsistentCasingInFileNames": false,
1716
"resolveJsonModule": true,
1817
"types": ["vitest/globals"]

0 commit comments

Comments
 (0)