mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
22 lines
494 B
JSON
22 lines
494 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"
|
|
},
|
|
"include": [
|
|
"./gdbgui/src/js"
|
|
]
|
|
}
|