mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
26 lines
508 B
JSON
26 lines
508 B
JSON
![]() |
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "ES6",
|
||
|
"strict": true,
|
||
|
"outDir": "dist",
|
||
|
"types": [
|
||
|
"node"
|
||
|
],
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"eslint.config.js",
|
||
|
"eslint.config.cjs",
|
||
|
"eslint.config.mjs"
|
||
|
]
|
||
|
}
|