9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"extends": "@olli/ts-config/base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*", "generated/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|