mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02: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"
|
|
]
|
|
}
|
|
}
|