15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": ["../types", "../node_modules/@types"],
|
|
"moduleResolution": "bundler",
|
|
"rootDir": ".."
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": []
|
|
}
|
|
|