13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node"],
|
|
"skipLibCheck": true,
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|