refactor: refactor function arguments
[poolifier.git] / tsconfig.json
1 {
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "target": "ES2022",
5 "module": "Node16",
6 "declaration": true,
7 "declarationDir": "./lib/dts",
8 "strict": true,
9 "verbatimModuleSyntax": true,
10 "forceConsistentCasingInFileNames": true
11 },
12 "include": ["**/*.ts"],
13 "exclude": ["node_modules", "lib"]
14 }