mirror of https://github.com/bearfm/site.git
11 lines
190 B
JSON
11 lines
190 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"noImplicitAny": true,
|
||
|
"module": "es6",
|
||
|
"target": "es5",
|
||
|
"allowJs": true
|
||
|
},
|
||
|
"include": ["./js/**/*"]
|
||
|
}
|