0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/node/tsconfig.json

12 lines
201 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
2021-02-17 03:07:04 +01:00
"strict": true,
"sourceMap": true
},
"include": ["ts/**/*.ts"]
}