microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-interface-typekit

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/astro-utils/tsconfig.build.json

12lines · modecode

1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "allowImportingTsExtensions": false,
5 "noEmit": false,
6 "declaration": true,
7 "sourceMap": true,
8 "rootDir": "src",
9 "outDir": "dist"
10 },
11 "include": ["src/expressive-code"]
12}