platform-codebase/@packages/@hooks/attribute-hooks/tsconfig.json

10 lines
183 B
JSON
Raw Normal View History

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