Empty / tsconfig.json
r.go
test
9770efd
raw
history blame contribute delete
275 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 7, column 7
{
"compilerOptions": {
"moduleResolution": "nodenext",
"esModuleInterop": true,
"module": "NodeNext",
"allowSyntheticDefaultImports": true,
// "typeRoots": ["./types"]
},
"include": [
"src/**/*",
"types/**/*"
],
}