Setup npm with eslint

This commit is contained in:
Clemens Schwaighofer
2025-02-13 18:24:30 +09:00
parent 44b825310a
commit 07fbd13213
5 changed files with 1645 additions and 43 deletions

View File

@@ -1,9 +1,11 @@
// https://www.typescriptlang.org/tsconfig/#compilerOptions
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
"target": "ES2020",
"jsx": "react",
"checkJs": true,
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"strictFunctionTypes": true