mirror of https://github.com/TriliumNext/Notes
chore(monorepo/server): integrate type definitions
parent
9a2cd6b5b8
commit
da41b95d36
@ -1,20 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
"lib": ["ES2023"],
|
||||
"downlevelIteration": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["./src/**/*.js", "./src/**/*.ts", "./*.ts", "./*.js", "./spec/**/*.ts"],
|
||||
"include": ["./src/**/*.js", , "./*.ts", "./*.js", "./spec/**/*.ts"],
|
||||
"exclude": ["./node_modules/**/*", "./spec-es6/**/*.ts"],
|
||||
"files": ["src/types.d.ts", "src/public/app/types.d.ts"]
|
||||
"files": [ "src/public/app/types.d.ts"]
|
||||
}
|
||||
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"resolveJsonModule": true,
|
||||
"lib": ["ES2023"],
|
||||
"downlevelIteration": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": [ "./src/**/*.ts" ],
|
||||
"files": [
|
||||
"./src/types.d.ts",
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue