mirror of
https://github.com/lumehq/lume.git
synced 2025-04-11 21:39:11 +02:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "@lume/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|