Rename source folders
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2024-01-10 21:08:53 +00:00 committed by Roman Jaroš
parent 29ddf807f0
commit a260d611bd
31 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"module": "commonjs",
"target": "es6"
},
"exclude": [
"./node_modules"
]
}