mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This may cause conflicts with all my other PRs but it has to happen. ```[tasklist] - [ ] Update test names in branch protection (I don't think I have perms for this) ```
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|