mantra/tsconfig.json

10 lines
143 B
JSON
Raw Normal View History

2019-10-07 11:48:01 +00:00
{
2021-05-10 23:13:23 +00:00
"extends": "./tsconfig.base.json",
2019-10-07 11:48:01 +00:00
"compilerOptions": {
2021-05-10 23:13:23 +00:00
"noEmit": true
2019-10-07 11:48:01 +00:00
},
"files": [
"./gulpfile.ts"
]
2021-05-10 23:13:23 +00:00
}