seedling/source/global/.tsconfig.json
Roman Jaroš bc0c275e70
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Rename source folders
2024-01-10 21:08:53 +00:00

14 lines
No EOL
236 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"module": "commonjs",
"target": "es6"
},
"exclude": [
"./node_modules"
]
}