Skip to content

typescript.java generates wrong json #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nimo23 opened this issue Dec 16, 2017 · 0 comments
Open

typescript.java generates wrong json #225

nimo23 opened this issue Dec 16, 2017 · 0 comments

Comments

@nimo23
Copy link

nimo23 commented Dec 16, 2017

When changing settings, typescript.java generates wrong json format:

		{
  "compilerOptions": {
    "declaration": true,
    "emitDecoratorMetadata": false,
    "experimentalDecorators": false,
    "module": "none",
    "moduleResolution": "classic",
    "noFallthroughCasesInSwitch": false,
    "noImplicitAny": false,
    "noImplicitReturns": false,
    "removeComments": false,
    "sourceMap": true,
    "strictNullChecks": false,
    "target": "es5",
    "plugins": [
      {
        "name": "tslint-language-service"
      }
    ],
		"outDir": "../resources/script",
		"rootDir": "../resources/script",
		"sourceRoot": "src",
		,
		,
		},
  "compileOnSave": true,
	"buildOnSave": true
}

Look at after "sourceRoot": "src",...

version 2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant