mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-17 10:36:19 -05:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"module": "es2022",
|
|
"jsx": "react",
|
|
"moduleResolution": "node12",
|
|
"declaration": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
}
|
|
}
|