1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-21 23:39:37 +01:00
deka-dom-el/tsconfig.json

8 lines
115 B
JSON
Raw Normal View History

2023-10-19 15:01:54 +02:00
{
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "dist"
}
}