-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtsconfig.json
37 lines (36 loc) · 940 Bytes
/
tsconfig.json
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
//
// DO NOT EDIT!
// This file was autogenerated by Carson.
// Changes may cause incorrect behavior and will be lost when the file is regenerated.
//
// Run `npx carson update workspace` to regenerate.
//
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "es2024"],
"module": "node16",
"moduleResolution": "node16",
"noEmitOnError": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"strict": true,
"target": "es2024",
"emitDeclarationOnly": true,
"outDir": "./build",
"rootDir": "./source"
},
"include": ["./source/**/*"],
"references": [
{
"path": "../../packages/eslint-config"
}
]
}