initial commit
This commit is contained in:
25
node_modules/gulp-tslint/tsconfig.json
generated
vendored
Normal file
25
node_modules/gulp-tslint/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"filesGlob": [
|
||||
"./index.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": false,
|
||||
"outDir": ".",
|
||||
"rootDir": ".",
|
||||
"sourceMap": false,
|
||||
"declaration": true,
|
||||
"lib" : ["es2015"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"files": [
|
||||
"./index.ts"
|
||||
],
|
||||
"atom": {
|
||||
"rewriteTsconfig": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user