mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
21c3863b07
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"noUnusedLocals": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|