mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 11:43:18 -05:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/shims.js"
|
|
},
|
|
"files": [
|
|
"mapShim.ts"
|
|
]
|
|
}
|