2020-08-24 18:06:26 +09:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"include": ["."],
|
|
|
|
"compilerOptions": {
|
2020-12-10 15:05:00 +09:00
|
|
|
"outDir": "./dist",
|
2021-07-22 00:46:45 +09:00
|
|
|
"rootDir": "__test__",
|
|
|
|
"target": "ES2015"
|
2020-08-24 19:01:55 +09:00
|
|
|
},
|
2021-11-09 21:10:08 +09:00
|
|
|
"exclude": ["dist", "index.d.ts"]
|
2020-08-24 18:06:26 +09:00
|
|
|
}
|