mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-07 16:36:29 +01:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/cli/ui/ui.tsx"
|
|
]
|
|
}
|