wrangler-action/node_modules/outdent/tsconfig.json

13 lines
231 B
JSON
Raw Normal View History

2023-08-07 22:11:15 +02:00
{
// This determines the configuration used by your editor
"extends": "./tsconfig-test.json",
"compilerOptions": {
"noEmit": true
},
"include": [
"scripts",
"src",
"test"
]
}