(root)/jsconfig.json – Rev 15528
|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
15528 |
stevensc |
1 |
{
|
|
|
2 |
"compilerOptions": {
|
|
|
3 |
"module": "ESNext",
|
|
|
4 |
"moduleResolution": "Node",
|
|
|
5 |
"target": "ES2020",
|
|
|
6 |
"jsx": "react",
|
|
|
7 |
"strictNullChecks": true,
|
|
|
8 |
"strictFunctionTypes": true
|
|
|
9 |
},
|
|
|
10 |
"exclude": [
|
|
|
11 |
"node_modules",
|
|
|
12 |
"**/node_modules/*"
|
|
|
13 |
]
|
|
|
14 |
}
|