mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-25 22:01:28 -06:00
14 lines
No EOL
325 B
JSON
14 lines
No EOL
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"listEmittedFiles": true,
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "esm",
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |