11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"extends": "../../UILib.tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["**/*.spec.ts", "node_modules"]
|
|
}
|