LingTropy/lingtropy-client/docs/tsconfig.json
2025-03-17 22:45:41 +08:00

11 lines
249 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/.vitepress/config.mts", "package.json"]
}