recipe/packages/components/tsconfig.json
2024-08-18 19:16:25 +08:00

8 lines
126 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["./src"]
}