Spaces:
Sleeping
Sleeping
File size: 150 Bytes
3530df7 | 1 2 3 4 5 6 7 8 9 | {
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "../src",
"module": "nodenext",
"moduleResolution": "nodenext"
}
}
|