mirror of
https://gitee.com/openharmony/third_party_typescript
synced 2024-11-22 22:40:30 +00:00
Moved LKG folder to lib
This commit is contained in:
parent
4146406367
commit
ad449ce0fa
@ -17,7 +17,7 @@ var docDirectory = "doc/";
|
||||
|
||||
var builtDirectory = "built/";
|
||||
var builtLocalDirectory = "built/local/";
|
||||
var LKGDirectory = "bin/";
|
||||
var LKGDirectory = "lib/";
|
||||
|
||||
var copyright = "CopyrightNotice.txt";
|
||||
var thirdParty = "ThirdPartyNoticeText.txt";
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('./tsserver.js')
|
||||
require('../lib/tsserver.js')
|
||||
|
0
bin/lib.core.d.ts → lib/lib.core.d.ts
vendored
0
bin/lib.core.d.ts → lib/lib.core.d.ts
vendored
0
bin/lib.d.ts → lib/lib.d.ts
vendored
0
bin/lib.d.ts → lib/lib.d.ts
vendored
0
bin/lib.dom.d.ts → lib/lib.dom.d.ts
vendored
0
bin/lib.dom.d.ts → lib/lib.dom.d.ts
vendored
0
bin/lib.es6.d.ts → lib/lib.es6.d.ts
vendored
0
bin/lib.es6.d.ts → lib/lib.es6.d.ts
vendored
@ -20,7 +20,7 @@
|
||||
"url": "https://github.com/Microsoft/TypeScript.git"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"main": "./bin/typescript.js",
|
||||
"main": "./lib/typescript.js",
|
||||
"bin": {
|
||||
"tsc": "./bin/tsc",
|
||||
"tsserver": "./bin/tsserver"
|
||||
|
Loading…
Reference in New Issue
Block a user