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