1
0
mirror of https://github.com/lumehq/lume.git synced 2025-04-15 07:19:10 +02:00
2023-12-25 14:28:39 +07:00

9 lines
147 B
JSON

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