aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/tsconfig.json b/tsconfig.json
index db698cf..564e2a2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,22 +1,22 @@
{
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["ES2022"],
- "module": "ESNext",
- "moduleResolution": "bundler",
- "resolveJsonModule": true,
- "esModuleInterop": true,
- "strict": true,
- "skipLibCheck": true,
- "declaration": true,
- "declarationMap": true,
- "sourceMap": true,
- "noEmit": true,
- "isolatedModules": true,
- "verbatimModuleSyntax": true,
- "noUncheckedIndexedAccess": true,
- "noImplicitOverride": true,
- "forceConsistentCasingInFileNames": true
- },
- "exclude": ["node_modules", "dist"]
+ "compilerOptions": {
+ "target": "ES2022",
+ "lib": ["ES2022"],
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "esModuleInterop": true,
+ "strict": true,
+ "skipLibCheck": true,
+ "declaration": true,
+ "declarationMap": true,
+ "sourceMap": true,
+ "noEmit": true,
+ "isolatedModules": true,
+ "verbatimModuleSyntax": true,
+ "noUncheckedIndexedAccess": true,
+ "noImplicitOverride": true,
+ "forceConsistentCasingInFileNames": true
+ },
+ "exclude": ["node_modules", "dist"]
}