gdbgui/tsconfig.json

21 lines
528 B
JSON

{
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["dom", "es2015", "es2016.array.include"],
"module": "esnext",
"moduleResolution": "node",
"newLine": "LF",
"noEmitOnError": false,
"outDir": "dist",
"preserveConstEnums": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es5",
"allowSyntheticDefaultImports": true
},
"include": ["./gdbgui/src/js"]
}