tangled
alpha
login
or
join now
tylur.dev
/
prototypey
1
fork
atom
prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork
atom
overview
issues
pulls
pipelines
shared tsconfig
Tyler
4 months ago
15c93be1
1b590000
+2
-28
2 changed files
expand all
collapse all
unified
split
packages
cli
tsconfig.json
prototypey
tsconfig.json
+1
-14
packages/cli/tsconfig.json
···
1
1
{
2
2
-
"compilerOptions": {
3
3
-
"declaration": true,
4
4
-
"declarationMap": true,
5
5
-
"esModuleInterop": true,
6
6
-
"module": "NodeNext",
7
7
-
"moduleResolution": "NodeNext",
8
8
-
"noEmit": true,
9
9
-
"resolveJsonModule": true,
10
10
-
"noErrorTruncation": true,
11
11
-
"skipLibCheck": true,
12
12
-
"strict": true,
13
13
-
"target": "ES2022",
14
14
-
"allowImportingTsExtensions": true
15
15
-
},
2
2
+
"extends": "../../tsconfig.json",
16
3
"include": ["src", "tests"]
17
4
}
+1
-14
packages/prototypey/tsconfig.json
···
1
1
{
2
2
-
"compilerOptions": {
3
3
-
"declaration": true,
4
4
-
"declarationMap": true,
5
5
-
"esModuleInterop": true,
6
6
-
"module": "NodeNext",
7
7
-
"moduleResolution": "NodeNext",
8
8
-
"noEmit": true,
9
9
-
"resolveJsonModule": true,
10
10
-
"noErrorTruncation": true,
11
11
-
"skipLibCheck": true,
12
12
-
"strict": true,
13
13
-
"target": "ES2022",
14
14
-
"allowImportingTsExtensions": true
15
15
-
},
2
2
+
"extends": "../../tsconfig.json",
16
3
"include": ["src", "tests"]
17
4
}