mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"module": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["ts/**/*.ts"]
|
|
}
|