microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e846a5f0837113e6aa0fd2e00a66580519dd4bd3

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