2020-03-25 12:44:11 -04:00
|
|
|
{
|
2020-06-26 09:51:34 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"lib": [
|
|
|
|
"dom",
|
|
|
|
"es6"
|
2020-03-25 12:44:11 -04:00
|
|
|
],
|
2020-06-26 09:51:34 -04:00
|
|
|
"module": "ES2020",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"target": "es5"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./src/**/*"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
2020-03-25 12:44:11 -04:00
|
|
|
}
|