io-actions/jsconfig.json
2025-07-31 17:38:52 -04:00

13 lines
265 B
JSON

{
"compilerOptions": {
"checkJs": true,
"module": "nodenext",
"target": "es2022",
"paths": {
"#app/*.js": ["./app/*.js"],
"#types": ["./app/types.js"],
"#src/*.js": ["./src/*.js"],
"#test/*.js": ["./test/*.js"]
}
}
}