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.
Cryptid/cryptide_project/tsconfig.json

16 lines
335 B

{
"compilerOptions": {
"module": "commonjs",
11 months ago
// ...
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"target": "es5",
"lib": ["d"es2017""es2015"],
11 months ago
"jsx": "react",
"strict": true
11 months ago
},
// ...
}