File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 27
27
"mocha" : " 10.8.2" ,
28
28
"mocha-lcov-reporter" : " 1.3.0" ,
29
29
"nyc" : " 17.1.0" ,
30
- "rollup" : " 4.27.2"
30
+ "rollup" : " 4.27.2" ,
31
+ "typescript" : " ^5.6.3"
31
32
},
32
33
"dependencies" : {
33
34
"fastpriorityqueue" : " ^0.7.5"
57
58
"test-perf" : " 0x -- node $(which _mocha) --timeout 10s --recursive test/auto/node test/manual" ,
58
59
"coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
59
60
"build-jsdoc" : " jsdoc -c doc/jsdoc.json" ,
61
+ "gen-types" : " tsc" ,
60
62
"build" : " rollup -c rollup.config.js -o dist/jsts.min.js"
61
63
}
62
64
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "declaration" : true ,
4
+ "emitDeclarationOnly" : true ,
5
+ "allowJs" : true ,
6
+ "checkJs" : true ,
7
+ "skipLibCheck" : true ,
8
+ "noEmitOnError" : false ,
9
+ "outDir" : " dist/types"
10
+ },
11
+ "include" : [" src/**/*" ]
12
+ }
Original file line number Diff line number Diff line change @@ -2335,6 +2335,11 @@ typedarray-to-buffer@^3.1.5:
2335
2335
dependencies :
2336
2336
is-typedarray "^1.0.0"
2337
2337
2338
+ typescript@^5.6.3 :
2339
+ version "5.6.3"
2340
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
2341
+ integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
2342
+
2338
2343
uc.micro@^2.0.0, uc.micro@^2.1.0 :
2339
2344
version "2.1.0"
2340
2345
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
You can’t perform that action at this time.
0 commit comments