mantra/tsconfig.json

11 lines
166 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
},
2021-05-11 00:56:38 +00:00
"include": [
"./gulp/**",
2019-10-07 11:48:01 +00:00
"./gulpfile.ts"
]
2021-05-10 23:13:23 +00:00
}