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