mantra/tsconfig.json

10 lines
143 B
JSON

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