PettyUI/packages/core/tsconfig.json
1986-04-26 01:23:45 +03: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"]
}