mirror of
https://github.com/Warky-Devs/artemis-kit.git
synced 2026-05-05 04:36:59 +00:00
Initial commit
This commit is contained in:
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"target": "ES6",
|
||||
"declarationDir": "./dist",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["ES6", "DOM","ESNext"],
|
||||
"emitDeclarationOnly": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user