18 lines
339 B
JSON
18 lines
339 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"module": "commonjs",
|
||
|
"target": "esnext",
|
||
|
"allowJs": false,
|
||
|
"declaration": true,
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"types": [ "node" ],
|
||
|
"rootDir": ".",
|
||
|
"incremental": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"paths": {
|
||
|
"%env%": ["./src/env/node"]
|
||
|
}
|
||
|
}
|
||
|
}
|