43f997013d
Signed-off-by: prescientmoon <git@moonythm.dev>
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"compilerOptions":{
|
|
"target":"esnext",
|
|
"watch":true,
|
|
"lib":["es2017"],
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|