Move support files into own folder

This commit is contained in:
Roman Jaroš 2025-03-09 09:02:31 +01:00
parent c8fc9f08ef
commit 63563bc2e9
7 changed files with 5 additions and 4 deletions

12
.support/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es2015",
"downlevelIteration": true,
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
},
"exclude": ["node_modules"]
}