10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "__test__",
|
|
"target": "ES2015"
|
|
},
|
|
"exclude": ["dist", "index.d.ts"]
|
|
}
|