mirror of https://github.com/TriliumNext/Notes
feat(monorepo/electron): allow running prod build
parent
e027f7e37b
commit
d714c047a1
@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build/src",
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"resolveJsonModule": true,
|
||||
"lib": ["ES2023"],
|
||||
"downlevelIteration": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [ "./src/**/*.ts" ],
|
||||
"files": [
|
||||
"../server/src/types.d.ts",
|
||||
"../server/src/express.d.ts",
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue