Skip to content

Instantly share code, notes, and snippets.

@ashinzekene
Created July 17, 2020 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashinzekene/d6df63f893799bc3277a3dacb0c0eade to your computer and use it in GitHub Desktop.
Save ashinzekene/d6df63f893799bc3277a3dacb0c0eade to your computer and use it in GitHub Desktop.
{
"compileOnSave": true,
"compilerOptions": {
"baseUrl": "Client",
"composite": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"module": "amd",
"moduleResolution": "node",
"noEmitHelpers": true,
"noImplicitAny": true,
"noImplicitThis": true,
"outDir": "Output/Content/Scripts",
"paths": {
"*": [
"*"
]
},
"removeComments": false,
"rootDir": "Client",
"sourceMap": true,
"strictBindCallApply": true,
"target": "es5",
"types": []
},
"plugins": [{"name": "typescript-tslint-plugin"}],
"include": [
"Client/**/*",
"Definitions/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment