2021-05-07 22:23:52 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/",
|
2021-05-07 23:26:33 +01:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2021-05-16 11:40:31 +01:00
|
|
|
"module": "es2020",
|
2021-05-08 03:28:37 +01:00
|
|
|
"target": "es2019",
|
2021-05-12 14:54:25 +01:00
|
|
|
"strictBindCallApply": true,
|
|
|
|
"noImplicitThis": true,
|
2021-05-07 22:23:52 +01:00
|
|
|
"allowJs": true,
|
2021-05-12 14:54:25 +01:00
|
|
|
"moduleResolution": "node"
|
2021-05-07 22:23:52 +01:00
|
|
|
}
|
2021-05-12 14:54:25 +01:00
|
|
|
}
|