mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
4139807e75
This configures the existing build tasks to use esbuild by default. If using the plain files is desired, passing `--bundle=false` will build using plain files and still produce a runnable system. This is only a basic build; a more efficient build is provided later when gulp is replaced by hereby.
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|