mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-12-01 14:14:44 +01:00
13 lines
231 B
JSON
13 lines
231 B
JSON
|
{
|
||
|
// This determines the configuration used by your editor
|
||
|
"extends": "./tsconfig-test.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [
|
||
|
"scripts",
|
||
|
"src",
|
||
|
"test"
|
||
|
]
|
||
|
}
|