UNPKG
neura-cli-standalone
Version:
alpha (0.1.0-alpha.3)
latest (0.1.0-alpha.3)
0.1.0-alpha.3
Command-line interface for the Neura programming language (standalone version)
neura-cli-standalone
/
tsconfig.json
15 lines
(14 loc)
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src/**/*"
]
}