aboutsummaryrefslogtreecommitdiff
path: root/.ci/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '.ci/tsconfig.json')
-rw-r--r--.ci/tsconfig.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json
index 7cfeadc..80fae5a 100644
--- a/.ci/tsconfig.json
+++ b/.ci/tsconfig.json
@@ -1,28 +1,28 @@
{
- "compilerOptions": {
- "target": "ES2022",
- "module": "ESNext",
- "lib": ["ES2022"],
- "moduleResolution": "node",
- "outDir": "./dist",
- "rootDir": "./",
- "composite": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "noEmit": false,
- "strict": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noUncheckedIndexedAccess": true,
- "exactOptionalPropertyTypes": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true
- },
- "include": ["**/*.ts"],
- "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
+ "compilerOptions": {
+ "target": "ES2022",
+ "module": "ESNext",
+ "lib": ["ES2022"],
+ "moduleResolution": "node",
+ "outDir": "./dist",
+ "rootDir": "./",
+ "composite": true,
+ "declaration": true,
+ "declarationMap": true,
+ "sourceMap": true,
+ "noEmit": false,
+ "strict": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true,
+ "allowSyntheticDefaultImports": true,
+ "esModuleInterop": true,
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "noUncheckedIndexedAccess": true,
+ "exactOptionalPropertyTypes": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true
+ },
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}