-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsconfig.json
More file actions
23 lines (23 loc) · 846 Bytes
/
Copy pathjsconfig.json
File metadata and controls
23 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"autoGeneratedByPhoenixCode": {
"doc": "Phoenix Code created this file to enable advanced code intelligence for your project. Delete it to turn that off.",
"autoManage": true,
"autoManageDoc": "While autoManage is true, Phoenix Code keeps this file up to date automatically (e.g. upgrades jsconfig.json to tsconfig.json when TypeScript files are added), preserving your compilerOptions. Set autoManage to false to stop Phoenix Code from ever modifying this file."
},
"compilerOptions": {
"module": "preserve",
"target": "esnext",
"checkJs": false,
"jsx": "react-jsx",
"allowUmdGlobalAccess": true
},
"typeAcquisition": {
"enable": true
},
"exclude": [
"node_modules",
"bower_components",
"dist",
"build"
]
}