mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-03 18:59:09 -05:00
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"rootDir": "./src",
|
|
"composite": false,
|
|
"types": [
|
|
"./typings/types"
|
|
]
|
|
}
|
|
}
|