UNPKG
mips
Version:
latest (0.0.1)
0.0.1
MIPS assembler/interpreter
github.com/nickpisacane/mips
nickpisacane/mips
mips
/
tsconfig.json
20 lines
•
334 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"lib"
:
[
"es2015"
]
,
"importHelpers"
:
true
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"rootDir"
:
"./src"
,
"strict"
:
true
}
,
"exclude"
:
[
"test/**"
,
"node_modules/**"
,
"demo/**"
]
}