mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-29 10:05:53 +00:00
30 lines
No EOL
683 B
JSON
30 lines
No EOL
683 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"lib": ["ES2020", "dom", "dom.iterable"],
|
|
"outDir": "./public",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"inlineSourceMap": false,
|
|
"inlineSources": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false
|
|
},
|
|
"include": [
|
|
"src/client/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"src/cli.ts",
|
|
"src/client/sw.ts"
|
|
]
|
|
} |