mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-12-31 01:49:50 -06:00
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2015",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ]
|
|
} |