mirror of
https://github.com/quay/quay.git
synced 2026-01-29 08:42:15 +03:00
21 lines
337 B
JSON
21 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build/",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"./js/**/*.ts"
|
|
]
|
|
} |