PettyUI/packages/core/tsconfig.json
2026-03-31 23:03:52 +07:00

12 lines
251 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"baseUrl": ".",
"lib": ["ES2020", "DOM", "DOM.Iterable"]
},
"include": ["src"],
"exclude": ["node_modules", "dist", "tests"]
}