mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": "@penx/typescript-config/internal-package.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM"],
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|