mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-26 06:02:19 -06:00
21 lines
No EOL
455 B
JSON
21 lines
No EOL
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"listEmittedFiles": true,
|
|
"rootDir": "./src",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"module": "es2020",
|
|
"outDir": "./dist/esm",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"pretty": true
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |