Rewrote turborepo. Hopefully this is a bit more clean & easy to understand for me.
This commit is contained in:
11
tools/typescript/compiled-package.json
Normal file
11
tools/typescript/compiled-package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmit": false,
|
||||
"outDir": "${configDir}/dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user