mantra/tsconfig.json

11 lines
166 B
JSON

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