10 lines
189 B
JSON
10 lines
189 B
JSON
|
{
|
||
|
"compilerOptions":{
|
||
|
"target":"esnext",
|
||
|
"watch":true,
|
||
|
"lib":["es2017"],
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"exclude": ["node_modules", "**/__tests__/*"]
|
||
|
}
|