mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 01:16:43 +00:00
15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"outDir": "./lib",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"lib": ["es2015", "esnext.asynciterable"],
|
|
"sourceMap": true,
|
|
"importHelpers": true,
|
|
"skipLibCheck": true,
|
|
"removeComments": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|