Skip to content

Commit 52b07b1

Browse files
authored
chore: typescript config updates (TanStack#6393)
1 parent f5d5a53 commit 52b07b1

274 files changed

Lines changed: 590 additions & 662 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/alpine/basic-app-table/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/basic-create-table/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/basic-dynamic-columns/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/basic-external-atoms/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/basic-external-state/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/column-groups/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/column-ordering/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/column-pinning-split/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/column-pinning-sticky/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

examples/alpine/column-pinning/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
3+
"target": "ES2022",
4+
"lib": ["ES2022", "DOM", "DOM.Iterable"],
55
"module": "ESNext",
66
"skipLibCheck": true,
77
"moduleResolution": "bundler",

0 commit comments

Comments
 (0)