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