magic-nix-cache-action/tsconfig.json
Graham Christensen 21c3863b07
Init the action
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2023-06-26 11:57:25 -04:00

8 lines
133 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"noUnusedLocals": true
},
"include": ["src/**/*"]
}