UNPKG
rechnik
Version:
latest (0.0.1)
0.0.1
github.com/VlatkoStojkoski/rechnik
VlatkoStojkoski/rechnik
rechnik
/
tsconfig.json
14 lines
(13 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"ES2015"
]
,
"outDir"
:
"./bin"
,
"strict"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
}