Init
This commit is contained in:
16
tsconfig.build.json
Normal file
16
tsconfig.build.json
Normal file
@ -0,0 +1,16 @@
|
||||
// Specialized tsconfig to only compile .ts-files in the src dir
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"noEmit": false,
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user