-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@total-typescript/tsconfig",
"description": "A collection of TypeScript configurations, based on Total TypeScript's TSConfig Cheat Sheet",
"version": "1.0.4",
"devDependencies": {
"@changesets/cli": "^2.27.1"
},
"repository": {
"type": "git",
"url": "https://github.com/total-typescript/tsconfig.git"
},
"homepage": "https://totaltypescript.com/tsconfig-cheat-sheet",
"author": "Matt Pocock",
"license": "MIT",
"exports": {
"./tsc": "./tsc/dom/app.json",
"./tsc/dom": "./tsc/dom/app.json",
"./tsc/dom/app": "./tsc/dom/app.json",
"./tsc/dom/library": "./tsc/dom/library.json",
"./tsc/dom/library-monorepo": "./tsc/dom/library-monorepo.json",
"./tsc/no-dom": "./tsc/no-dom/app.json",
"./tsc/no-dom/app": "./tsc/no-dom/app.json",
"./tsc/no-dom/library": "./tsc/no-dom/library.json",
"./tsc/no-dom/library-monorepo": "./tsc/no-dom/library-monorepo.json",
"./bundler": "./bundler/dom.json",
"./bundler/dom": "./bundler/dom.json",
"./bundler/dom/app": "./bundler/dom.json",
"./bundler/dom/library": "./bundler/dom.json",
"./bundler/dom/library-monorepo": "./bundler/dom.json",
"./bundler/no-dom": "./bundler/no-dom.json",
"./bundler/no-dom/app": "./bundler/no-dom.json",
"./bundler/no-dom/library": "./bundler/no-dom.json",
"./bundler/no-dom/library-monorepo": "./bundler/no-dom.json"
}
}