You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BOB_PARTY/bob_party/tsconfig.json

28 lines
642 B

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"lib": [
"dom",
"es2017"
],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveConstEnums": true,
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext"
},
"include": [
"**/*.ts",
"**/*.tsx"
, "socketConfig.js", "server.ts", "src/Games/BlackJack/blackJack.js", "src/Games/BlackJack/blackJack.js" ],
"extends": "expo/tsconfig.base"
}