2020-03-27 14:02:34 +08:00

10 lines
168 B
JSON

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
},
"include": ["src/**/*"],
"exclude": ["schemas"]
}