mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +08:00
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"rootDir": "./src",
|
|
"composite": false,
|
|
"types": [
|
|
"../typings/types.d.ts"
|
|
]
|
|
}
|
|
}
|