UNPKG
@sm003/autojs6-dts
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
TypeScript Declarations for AutoJs6
autojs6.com
SuperMonster003/AutoJs6-TypeScript-Declarations
@sm003/autojs6-dts
/
jsconfig.json
19 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
: {
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"lib"
: [
"ES5"
,
"ES6"
],
"typeRoots"
: [
"./node_modules/
@sm003
/autojs6-dts/declarations"
,
"./declarations"
] },
"exclude"
: [
"node_modules"
,
".bak"
,
".test"
] }