Files
add-and-commit/tsconfig.json
Federico Grandi cb9365b122 chore: switch to GTS for linting (#636)
* fix: switch over to gts

* fix: add debug message for input arrays

* fix: fix input array parsing
2024-03-26 14:41:25 +01:00

13 lines
217 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"declaration": false
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}