mirror of
https://github.com/motajs/template.git
synced 2026-04-12 07:02:30 +08:00
20 lines
486 B
JSON
20 lines
486 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"./vite.config.ts",
|
|
"./script/**/*.ts",
|
|
"./docs/**/*.ts",
|
|
"./docs/.vitepress/api.ts",
|
|
"./docs/.vitepress/config.ts",
|
|
"./docs/.vitepress/apiSidebar.ts",
|
|
"./docs/.vitepress/init.ts"
|
|
]
|
|
}
|