mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
9 lines
133 B
JSON
9 lines
133 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "es2020",
|
||
|
"noUnusedLocals": true
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|