mantra/tsconfig.json

11 lines
170 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"include": [
"./gulp/**/*.*",
"./gulpfile.ts"
]
}