11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "build",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|