mirror of
https://github.com/Warky-Devs/artemis-kit.git
synced 2025-05-19 11:47:29 +00:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "ES6",
|
|
"declarationDir": "./dist",
|
|
"moduleResolution": "node",
|
|
"lib": ["ES6", "DOM","ESNext"],
|
|
"emitDeclarationOnly": false
|
|
}
|
|
}
|