-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
kind: supportAsking for support with something or a specific use caseAsking for support with something or a specific use caseproblem: staleIssue has not been responded to in some timeIssue has not been responded to in some timesolution: already possibleThis is already possible / this feature already existsThis is already possible / this feature already existssolution: duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
I'd like to emit javascript even there is TS syntax error.
tsconfig.json
{
"include": ["src", "types"],
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["dom", "esnext"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"rootDir": "./",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"baseUrl": "./",
"noEmitOnError": false,
"paths": {
"*": ["src/*", "node_modules/*"]
},
"jsx": "react",
"esModuleInterop": true
}
}
Metadata
Metadata
Assignees
Labels
kind: supportAsking for support with something or a specific use caseAsking for support with something or a specific use caseproblem: staleIssue has not been responded to in some timeIssue has not been responded to in some timesolution: already possibleThis is already possible / this feature already existsThis is already possible / this feature already existssolution: duplicateThis issue or pull request already existsThis issue or pull request already exists