mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(monorepo/client): sync settings
This commit is contained in:
parent
9afe2ef761
commit
70466dd784
@ -32,5 +32,10 @@
|
|||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.ts"
|
"src/**/*.ts"
|
||||||
|
],
|
||||||
|
"references": [
|
||||||
|
{
|
||||||
|
"path": "../../packages/commons/tsconfig.lib.json"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
"files": [],
|
"files": [],
|
||||||
"include": [],
|
"include": [],
|
||||||
"references": [
|
"references": [
|
||||||
|
{
|
||||||
|
"path": "../../packages/commons"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "./tsconfig.app.json"
|
"path": "./tsconfig.app.json"
|
||||||
},
|
},
|
||||||
|
@ -16,7 +16,7 @@ module.exports = {
|
|||||||
main: './src/main.ts',
|
main: './src/main.ts',
|
||||||
index: './src/index.html',
|
index: './src/index.html',
|
||||||
baseHref: '/',
|
baseHref: '/',
|
||||||
assets: ["./src/favicon.ico","./src/assets"],
|
assets: ["./src/assets"],
|
||||||
styles: ["./src/styles.css"],
|
styles: ["./src/styles.css"],
|
||||||
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
outputHashing: process.env['NODE_ENV'] === 'production' ? 'all' : 'none',
|
||||||
optimization: process.env['NODE_ENV'] === 'production',
|
optimization: process.env['NODE_ENV'] === 'production',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user