Skip to content

Commit 6e9a954

Browse files
committed
configured lib dir
1 parent ac04dd0 commit 6e9a954

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

devconnect/src/pages/argentina/ticket/[name].tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react'
22

3-
import { Ticket } from 'lib/components/ticket'
43
import { ShareTicket } from './index'
54

65
const TicketPage = (props: any) => {

lib/tsconfig.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
"compilerOptions": {
44
"paths": {
55
"lib/*": ["./*"],
6-
"@/*": ["./*"],
7-
}
8-
}
6+
"@/*": ["./*"]
7+
},
8+
"jsx": "react",
9+
"lib": ["dom", "dom.iterable", "esnext"],
10+
"module": "esnext",
11+
"moduleResolution": "bundler",
12+
"esModuleInterop": true,
13+
"skipLibCheck": true
14+
},
15+
"include": ["**/*.ts", "**/*.tsx"],
16+
"exclude": ["node_modules"]
917
}

0 commit comments

Comments
 (0)