mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
14 lines
296 B
JSON
14 lines
296 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"target": "ES2020",
|
||
|
"jsx": "react",
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/node_modules/*"
|
||
|
]
|
||
|
}
|