recipe/demo/sass-palette/tsconfig.json

8 lines
172 B
JSON
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["./src/.vuepress/**/*.ts", "./src/.vuepress/**/*.vue"]
}