mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ],
|
|
"files": [
|
|
"./src/types.d.ts",
|
|
]
|
|
} |