35 lines
700 B
JSON
35 lines
700 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"module": "CommonJS",
|
|
"target": "es5",
|
|
"lib": ["es6", "dom"],
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"redux-persist",
|
|
"./node_modules",
|
|
"/home/silas/Projekte/web/prayercircle/node_modules/redux-persist/es/integration/react.js",
|
|
"build",
|
|
"scripts",
|
|
"acceptance-tests",
|
|
"webpack",
|
|
"jest",
|
|
"www",
|
|
"platforms",
|
|
"plugins",
|
|
"webpack.config.js"
|
|
],
|
|
"types": [
|
|
"typePatches"
|
|
]
|
|
}
|