mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-22 02:14:10 -05:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"module": "es2022",
|
|
"moduleResolution": "node12",
|
|
"declaration": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
}
|
|
}
|