Skip to content

Commit

Permalink
Merge pull request #95 from SukantPal/refactor/build-tooling
Browse files Browse the repository at this point in the history
Build refactoring
  • Loading branch information
ivanpopelyshev authored Aug 20, 2020
2 parents 5deaa35 + 4d395e6 commit 4c9dbdb
Show file tree
Hide file tree
Showing 31 changed files with 6,522 additions and 2,035 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ docs/

# jetBrains IDE ignores
.idea

# tsc compile
compile
44 changes: 44 additions & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"projectFolder": ".",
"mainEntryPointFilePath": "<projectFolder>/compile/index.d.ts",
"bundledPackages": [],
"compiler": {
"tsconfigFilePath": "<projectFolder>/tsconfig.compile.json",
"overrideTsconfig": {
"compilerOptions": {
"outDir": "compile"
}
}
},
"apiReport": {
"enabled": false
},
"docModel": {
"enabled": false
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "<projectFolder>/index.d.ts"
},
"tsdocMetadata": {
"enabled": false
},
"messages": {
"compilerMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"default": {
"logLevel": "none"
}
},
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
}
}
}
164 changes: 0 additions & 164 deletions dist/pixi-tilemap.d.ts

This file was deleted.

Loading

0 comments on commit 4c9dbdb

Please sign in to comment.