seedling/source/rest/.tsconfig.json
Roman Jaroš 616205fe73
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 15:09:30 +00:00

16 lines
No EOL
306 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noImplicitAny": true,
"strictFunctionTypes": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowJs": true,
"outDir": "./dist",
"lib": [
"es6",
"dom"
],
"baseUrl": "."
}
}