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