a46764fb1b
ci / Validate workspace (push) Has been cancelled
landing-page-ci / Validate landing page (push) Has been cancelled
landing-page-deploy / Deploy landing page (push) Has been cancelled
github-metrics / Generate repository metrics SVG (push) Has been cancelled
refresh-contributors-wall / Refresh contributors wall cache bust (push) Waiting to run
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"lib": ["ES2024"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"target": "ES2024",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["sidecar/**/*.ts"],
|
|
"exclude": ["node_modules", ".next", "out"]
|
|
}
|