mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../services" },
|
|
{ "path": "../server" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|