TypeScript/scripts/tslint/tsconfig.json

7 lines
122 B
JSON
Raw Normal View History

2015-08-26 03:09:32 +02:00
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"outDir": "../../built/local/tslint"
}
}