File tree 22 files changed +55
-0
lines changed
22 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 13
13
"build:types" : " tsc -p tsconfig.types.json" ,
14
14
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
15
15
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
16
+ "extract:docs" : " api-extractor run --local" ,
16
17
"test" : " jest"
17
18
},
18
19
"author" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 10
10
"build:types" : " tsc -p tsconfig.types.json" ,
11
11
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
12
12
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
13
+ "extract:docs" : " api-extractor run --local" ,
13
14
"test" : " jest --coverage && karma start karma.conf.js"
14
15
},
15
16
"author" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 9
9
"build:types" : " tsc -p tsconfig.types.json" ,
10
10
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
11
11
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
12
+ "extract:docs" : " api-extractor run --local" ,
12
13
"test" : " jest"
13
14
},
14
15
"main" : " ./dist-cjs/index.js" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 9
9
"build:types" : " tsc -p tsconfig.types.json" ,
10
10
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
11
11
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
12
+ "extract:docs" : " api-extractor run --local" ,
12
13
"test" : " jest --passWithNoTests" ,
13
14
"test:integration" : " jest -c jest.config.integ.js"
14
15
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 9
9
"build:types" : " tsc -p tsconfig.types.json" ,
10
10
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
11
11
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
12
+ "extract:docs" : " api-extractor run --local" ,
12
13
"test" : " jest" ,
13
14
"test:integration" : " jest -c jest.config.integ.js"
14
15
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 10
10
"build:types" : " tsc -p tsconfig.types.json" ,
11
11
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
12
12
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
13
+ "extract:docs" : " api-extractor run --local" ,
13
14
"test" : " jest" ,
14
15
"test:integration" : " jest -c jest.config.integ.js --passWithNoTests"
15
16
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 10
10
"build:types" : " tsc -p tsconfig.types.json" ,
11
11
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
12
12
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
13
+ "extract:docs" : " api-extractor run --local" ,
13
14
"test" : " jest --coverage"
14
15
},
15
16
"author" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 22
22
"build:types" : " tsc -p tsconfig.types.json" ,
23
23
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
24
24
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
25
+ "extract:docs" : " api-extractor run --local" ,
25
26
"test" : " jest"
26
27
},
27
28
"author" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 13
13
"build:types" : " tsc -p tsconfig.types.json" ,
14
14
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
15
15
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
16
+ "extract:docs" : " api-extractor run --local" ,
16
17
"test" : " jest --coverage"
17
18
},
18
19
"author" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 9
9
"build:types" : " tsc -p tsconfig.types.json" ,
10
10
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
11
11
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
12
+ "extract:docs" : " api-extractor run --local" ,
12
13
"test" : " jest --passWithNoTests"
13
14
},
14
15
"main" : " ./dist-cjs/index.js" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 12
12
"build:types" : " tsc -p tsconfig.types.json" ,
13
13
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
14
14
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
15
+ "extract:docs" : " api-extractor run --local" ,
15
16
"test" : " jest"
16
17
},
17
18
"keywords" : [
You can’t perform that action at this time.
0 commit comments