organic_ast_explorer/tsconfig.json

20 lines
401 B
JSON

{
"compilerOptions": {
"strict": true,
"outDir": "./dist/",
"module": "esnext",
"target": "es5",
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src"
]
}