2024-01-27 01:34:51 +08:00

13 lines
293 B
JSON

{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"paths": {
"@internal/notesData": ["./src/client/notesData.d.ts"]
},
"types": ["vuepress/client-types", "vite/client", "webpack-env"],
"outDir": "./lib"
},
"include": ["./src"]
}