mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-12 00:18:27 +00:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../src",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|