summaryrefslogtreecommitdiff
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 89f1604..4e6ba76 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,22 +1,22 @@
{
- "compilerOptions": {
- "target": "ES2020",
- "module": "ES2020",
- "allowJs": true,
- "checkJs": true,
- "removeComments": true,
- "resolveJsonModule": true,
- "typeRoots": ["./node_modules/@types"],
- "sourceMap": true,
- "outDir": "dist",
- "strict": true,
- "baseUrl": ".",
- "forceConsistentCasingInFileNames": true,
- "esModuleInterop": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true,
- "moduleResolution": "nodenext",
- "skipLibCheck": true,
- },
- "include": ["src/**/*"]
+ "compilerOptions": {
+ "target": "ES2020",
+ "module": "ES2020",
+ "allowJs": true,
+ "checkJs": true,
+ "removeComments": true,
+ "resolveJsonModule": true,
+ "typeRoots": ["./node_modules/@types"],
+ "sourceMap": true,
+ "outDir": "dist",
+ "strict": true,
+ "baseUrl": ".",
+ "forceConsistentCasingInFileNames": true,
+ "esModuleInterop": true,
+ "experimentalDecorators": true,
+ "emitDecoratorMetadata": true,
+ "moduleResolution": "nodenext",
+ "skipLibCheck": true
+ },
+ "include": ["src/**/*"]
}