seedling/source/common/.tsconfig.json
Roman Jaroš ecc0f77704
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
Replace UI module with Next.js
2023-12-29 12:09:01 +00:00

9 lines
No EOL
107 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es6",
},
"exclude": [
"./node_modules",
]
}