mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 14:12:14 -06:00
20 lines
No EOL
538 B
JSON
20 lines
No EOL
538 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["esnext","dom"],
|
|
"listEmittedFiles": false,
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"module": "es2020",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist/esm",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"pretty": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "./dist/types",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": false
|
|
},
|
|
"include": ["./src/**/*.ts"]
|
|
} |