Delete tools/tsconfig.tools.json

Remove as tools is empty folder.
This commit is contained in:
Rufus Pollock 2024-02-28 16:49:24 +01:00 committed by GitHub
parent 42c72e5afd
commit ed9ac2c263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +0,0 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/tools",
"rootDir": ".",
"module": "commonjs",
"target": "es5",
"types": ["node"],
"importHelpers": false
},
"include": ["**/*.ts"]
}