mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-01 09:49:52 -05:00
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ]
|
|
} |