mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-22 02:14:10 -05:00
21 lines
410 B
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"
|
|
]
|
|
}
|