UNPKG
mathematics-code
Version:
latest (1.0.4)
1.0.4
1.0.3
A project that aims to simplify mathematics
mathematics-code
/
tsconfig.json
15 lines
(13 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"outDir"
:
"js"
}
,
"include"
:
[
"ts/*"
]
,
"exclude"
:
[
"node_modules"
]
}