generated from gxc-solutions/gxc-template-repo
8 lines
184 B
JSON
8 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./lib/src",
|
|
"outDir": "./playground/lib",
|
|
},
|
|
"extends": ["./tsconfig.json"],
|
|
"exclude": ["./node_modules/*", "./lib/**/*.test.ts"]
|
|
}
|