microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bd2ae1bcab17bf6c7a1d0b9e87f5f5a637019a16

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/examples/examplesLib/tsconfig.json

13lines · modecode

1{
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "composite": true,
5 },
6 "include": [],
7 "references": [
8 { "path": "./src" },
9 ],
10 "ts-node": {
11 "esm": true
12 }
13}
14