mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es6",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"lib": [ "es2015" ],
|
|
"outDir": "lib/esm",
|
|
"incremental": true,
|
|
"tsBuildInfoFile":"./lib/tsconfig.esm.tsbuildInfo",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |