UNPKG
tahvel
Version:
latest (1.0.1)
1.0.1
Tools for tahvel-eesti system
github.com/Klarulor/tahvel
Klarulor/tahvel
tahvel
/
tsconfig.json
13 lines
(12 loc)
•
282 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"Commonjs"
,
"target"
:
"es2015"
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"noImplicitAny"
:
true
,
"declaration"
:
true
,
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}