14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../dist/client",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./"
|
|
},
|
|
} |