UNPKG
prisma-docs-generator
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Documentation reference generator for Prisma Schema
github.com/pantharshit00/prisma-docs-generator
prisma-docs-generator
/
tsconfig.json
14 lines
(13 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2019"
,
"baseUrl"
:
"src"
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"lib"
:
[
"es2019"
,
"dom"
]
,
// dom is added for prismjs :(
"strict"
:
true
,
"esModuleInterop"
:
true
}
}