File tree Expand file tree Collapse file tree 11 files changed +94
-6
lines changed
instrumentation-performance-timeline Expand file tree Collapse file tree 11 files changed +94
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change 60
60
"@rollup/plugin-commonjs" : " ^28.0.2" ,
61
61
"@rollup/plugin-node-resolve" : " ^16.0.0" ,
62
62
"@rollup/plugin-terser" : " ^0.4.4" ,
63
- "@rollup/plugin-typescript" : " ^11.0.0 " ,
63
+ "@rollup/plugin-typescript" : " ^12.1.2 " ,
64
64
"@stylistic/eslint-plugin-ts" : " ^3.0.0" ,
65
65
"@types/jest" : " ^29.2.5" ,
66
66
"@typescript-eslint/eslint-plugin" : " ^5.48.2" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.base.esm.json" ,
3
+ "compilerOptions" : {
4
+ "declarationDir" : " ./dist/bundle/types" ,
5
+ "outDir" : " ./dist/bundle" ,
6
+ "rootDir" : " ./src" ,
7
+ "tsBuildInfoFile" : " ../../.cache/tsc/core.esm.tsbuildinfo"
8
+ },
9
+ "include" : [" ./src" ],
10
+ "exclude" : [" ./**/*.test.ts" ]
11
+ }
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ exports.getRollupConfigBase = (moduleName) => {
88
88
inlineSources : false ,
89
89
outputToFilesystem : true ,
90
90
sourceMap : false ,
91
- tsconfig : './tsconfig.esm .json' ,
91
+ tsconfig : './tsconfig.bundle .json' ,
92
92
} ) ,
93
93
terser ( ) ,
94
94
] ,
Original file line number Diff line number Diff line change 2022
2022
smob "^1.0.0"
2023
2023
terser "^5.17.4"
2024
2024
2025
- "@rollup/plugin-typescript@^11.0.0 ":
2026
- version "11 .1.6 "
2027
- resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11 .1.6 .tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b "
2028
- integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA ==
2025
+ "@rollup/plugin-typescript@^12.1.2 ":
2026
+ version "12 .1.2 "
2027
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12 .1.2 .tgz#ebaeec2e7376faa889030ccd7cb485a649e63118 "
2028
+ integrity sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg ==
2029
2029
dependencies:
2030
2030
"@rollup/pluginutils" "^5.1.0"
2031
2031
resolve "^1.22.1"
You can’t perform that action at this time.
0 commit comments