graphql-engine/console/tsconfig.json

17 lines
351 B
JSON

{
"compilerOptions": {
"lib": ["es6", "dom", "es2017"],
"checkJs": false,
"allowJs": true,
"jsx": "react",
"allowSyntheticDefaultImports": true,
"strict": true,
"esModuleInterop": true,
"noEmitOnError": false,
"noEmit": true,
"types": ["react"]
},
"exclude": ["node_modules"],
"include": ["src/**/*"]
}