13 lines
265 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|