feat: config files, readme

This commit is contained in:
2026-07-04 21:32:03 +02:00
parent d1620f7fdb
commit c3313223ef
13 changed files with 311 additions and 16 deletions
+7 -2
View File
@@ -11,13 +11,18 @@
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"emitDeclarationOnly": true,
"declaration": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"noUnusedLocals": false,
"erasableSyntaxOnly": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src", "tests"]
"include": ["src"],
"exclude": ["src/config.ts"]
}