Page MenuHomeSealhub

tsconfig.json
No OneTemporary

tsconfig.json

This document is not valid JSON: Parse error on line 8 at column 10: Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[' - It appears you have an extra trailing comma
{
"compilerOptions": {
"lib": [
"es2017",
"es2019"
],
"types": [
"node",
],
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"strictNullChecks": true,
"strict": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
"declaration": true,
"outDir": "./dist/",
"target": "es2019",
"sourceMap": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
},
"include": [
"credentials/**/*",
"nodes/**/*",
"nodes/**/*.json",
"package.json",
],
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 07:12 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547917
Default Alt Text
tsconfig.json (530 B)

Event Timeline