mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES6",
|
|
"strict": true
|
|
}
|
|
} |