dockerfile/examples/standardnotes/official-src/server-main/packages/sncrypto-node/tsconfig.json

13 lines
198 B
JSON
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"inlineSourceMap": true,
},
"include": [
"src/**/*"
],
"references": []
}