This commit is contained in:
A. J. Kaptijn 2024-01-16 12:13:18 +01:00
parent 4da860cd59
commit 5473a04c5a
13 changed files with 22679 additions and 8953 deletions

View file

@ -7,7 +7,6 @@
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"moduleResolution": "node16"
},
"exclude": ["node_modules", "**/*.test.ts"]
}