recipe/packages/sass-palette/tsconfig.build.json

10 lines
241 B
JSON
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
{
"extends": "../../tsconfig.build.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
},
"include": ["./src/node", "./src/shared"],
"references": [{ "path": "../shared/tsconfig.build.json" }]
}