init: working state
compiler + test suite are fine. logging module started, I'd say about 50% complete.
This commit is contained in:
commit
d27f6c65c1
11 changed files with 7500 additions and 0 deletions
9
tsconfig.debug.json
Normal file
9
tsconfig.debug.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"noEmit": false,
|
||||
"incremental": true,
|
||||
"outDir": "build/debug"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue