mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-06-30 06:02:05 -06:00
11 lines
No EOL
199 B
JSON
11 lines
No EOL
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"lib": ["ES2017"],
|
|
"module": "CommonJS",
|
|
"listEmittedFiles": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |