mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
24 lines
No EOL
525 B
JSON
24 lines
No EOL
525 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"lib": ["ES2020", "webworker", "webworker.iterable"],
|
|
"outDir": "./public",
|
|
"rootDir": "./src",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./public/tsconfig.sw.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"src/client/sw.ts",
|
|
"src/shared/**/*",
|
|
"src/types/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |