mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"module": "node16",
|
|
"jsx": "react",
|
|
"moduleResolution": "node16",
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es2020",
|
|
"dom"
|
|
],
|
|
"stripInternal": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|