mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Fix formating
This commit is contained in:
parent
9ef5a235d2
commit
29892cf6ba
2 changed files with 22 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"module": "CommonJS",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["es2015","DOM","ES2019.Object"],
|
||||
"lib": ["es2015", "DOM", "ES2019.Object"],
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
// Do not change or the linking script will stop working
|
||||
|
|
@ -19,8 +19,5 @@
|
|||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"src/**/*.deno.ts",
|
||||
"src/**/*.deno.tsx"
|
||||
]
|
||||
}
|
||||
"exclude": ["src/**/*.deno.ts", "src/**/*.deno.tsx"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue