11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"strictBindCallApply": true,
|
|
"strict": false,
|
|
"alwaysStrict": false,
|
|
"resolveJsonModule": true,
|
|
"strictFunctionTypes": false
|
|
}
|
|
} |