mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"rootDir": "./src",
|
|
"types": [
|
|
"./typings/types"
|
|
]
|
|
}
|
|
}
|