11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["lib", "node_modules"],
|
|
}
|