mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 21:37:06 +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
|
||
|
|
}
|
||
|
|
}
|