mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/deprecatedCompat.js"
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" }
|
|
],
|
|
"files": [
|
|
"deprecations.ts"
|
|
]
|
|
} |