mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Enable building typescript.d.ts with current source
This commit is contained in:
14
src/typescriptServices/tsconfig.json
Normal file
14
src/typescriptServices/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../tsconfig-library-base",
|
||||
"compilerOptions": {
|
||||
"outFile": "../../built/local/typescriptServices/typescriptServices.js"
|
||||
},
|
||||
"files": [
|
||||
"typescriptServices.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../compiler", "prepend": true },
|
||||
{ "path": "../jsTyping", "prepend": true },
|
||||
{ "path": "../services", "prepend": true }
|
||||
]
|
||||
}
|
||||
0
src/typescriptServices/typescriptServices.ts
Normal file
0
src/typescriptServices/typescriptServices.ts
Normal file
Reference in New Issue
Block a user