hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
raw
history blame
499 Bytes
Invalid JSON: Unexpected token ']', ..."*.tsx", ] }" is not valid JSON
{
"compilerOptions": {
"declaration": true,
"esModuleInterop":true,
"lib": ["es2015", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
"noUnusedLocals": true,
"outDir": "lib",
"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2015",
"jsx": "react",
"noImplicitAny": false
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
]
}