io-actions/jsconfig.json
2024-11-22 15:41:06 -05:00

12 lines
229 B
JSON

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