markdowny/tsconfig.json
D. Moonfire dce80229c9 Refactoring layout to fit with a different standard.
- Same directory for the source and library files.
- Switched from dotted to lodash directly.
- tscconfig.json moved up a level.
- Updated TypeScript packages.
	- Updated various files that were now throwing errors.
2017-10-19 18:39:45 -05:00

16 lines
372 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"lib": ["es6", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"types": ["node"],
"declaration": true,
"noImplicitAny": false,
"strictNullChecks": true,
"sourceMap": true,
"experimentalDecorators": true
}
}