mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 20:19:05 +01:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES6",
|
|
"strict": true
|
|
}
|
|
}
|