-
-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathtsconfig.docs.json
More file actions
42 lines (42 loc) 路 1.63 KB
/
Copy pathtsconfig.docs.json
File metadata and controls
42 lines (42 loc) 路 1.63 KB
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
36
37
38
39
40
41
42
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"remix/ui": [
"./node_modules/.kiira/node_modules/remix/dist/ui.d.ts",
"./packages/ai-remix/node_modules/remix/dist/ui.d.ts"
],
"remix/router": [
"./node_modules/.kiira/node_modules/remix/dist/fetch-router.d.ts",
"./packages/ai-remix/node_modules/remix/dist/fetch-router.d.ts"
],
"remix/routes": [
"./node_modules/.kiira/node_modules/remix/dist/fetch-router/routes.d.ts",
"./packages/ai-remix/node_modules/remix/dist/fetch-router/routes.d.ts"
],
"@remix-run/ui/jsx-runtime": [
"./node_modules/.kiira/node_modules/@remix-run/ui/dist/jsx-runtime.d.ts"
],
"@tanstack/highlight/core": [
"./node_modules/.kiira/node_modules/@tanstack/highlight/dist/core.d.ts"
],
"@tanstack/highlight/markdown": [
"./node_modules/.kiira/node_modules/@tanstack/highlight/dist/markdown.d.ts"
],
"@tanstack/highlight/theme": [
"./node_modules/.kiira/node_modules/@tanstack/highlight/dist/theme.d.ts"
],
"@tanstack/highlight/languages/*": [
"./node_modules/.kiira/node_modules/@tanstack/highlight/dist/languages/*.d.ts"
],
"@tanstack/highlight/themes/*": [
"./node_modules/.kiira/node_modules/@tanstack/highlight/dist/themes/*.d.ts"
],
"@fal-ai/client/realtime": [
"./node_modules/.kiira/node_modules/@fal-ai/client/src/realtime/index.d.ts",
"./examples/ts-react-media/node_modules/@fal-ai/client/src/realtime/index.d.ts"
]
}
}
}