nxapi/tsconfig.json

21 lines
410 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "es2015",
"module": "es2022",
"jsx": "react",
"moduleResolution": "node12",
"declaration": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true,
"allowJs": true
},
"exclude": [
"dist",
"bin",
"rollup.config.js",
"data"
]
}