mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
Add tsconfig.release.json
This commit is contained in:
parent
8d949a8b80
commit
1beaf1a29c
11
tsconfig.release.json
Normal file
11
tsconfig.release.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"sourceMap": false,
|
||||||
|
"declaration": true
|
||||||
|
},
|
||||||
|
"exclude": [
|
||||||
|
"./tests/",
|
||||||
|
"./sample/"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user