|
1
|
{ |
|
2
|
"compilerOptions": { |
|
3
|
"allowSyntheticDefaultImports": true, |
|
4
|
"outDir": "./scripts/", |
|
5
|
"noImplicitAny": true, |
|
6
|
"module": "es6", |
|
7
|
"target": "es5", |
|
8
|
"jsx": "react", |
|
9
|
"allowJs": true, |
|
10
|
"moduleResolution": "node", |
|
11
|
"resolveJsonModule": true, |
|
12
|
} |
|
13
|
}
|