mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-11 10:26:59 +00:00
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"types": [],
|
|
"moduleResolution": "bundler",
|
|
"lib": ["ES2022", "WebWorker"]
|
|
},
|
|
"include": ["web/crypto.worker.ts", "src/**/*.ts"]
|
|
}
|