mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-10 04:15:20 +00:00
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"types": [],
|
|
"moduleResolution": "bundler",
|
|
"lib": ["ES2022", "DOM"]
|
|
},
|
|
"include": ["web/**/*.ts", "src/**/*.ts"],
|
|
"exclude": ["web/crypto.worker.ts"]
|
|
}
|