seedling/source/common/.tsconfig.json
Roman Jaroš d3fba021c1
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
Replace UI module with Next.js
2023-12-29 12:13:52 +00:00

9 lines
No EOL
107 B
JSON

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