artemis-kit/tsconfig.json
2024-12-03 22:52:21 +02:00

11 lines
210 B
JSON

{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"declarationDir": "./dist",
"moduleResolution": "node",
"lib": ["ES6", "DOM","ESNext"],
"emitDeclarationOnly": false
}
}