idlize
14 строк · 504.0 Байт
1{
2"extends": "../tsconfig.json",
3"compilerOptions": {
4"baseUrl": "./",
5"outDir": "build/test",
6"module": "CommonJS",
7"removeComments": false,
8"plugins": [
9{ "transform": "../build/lib/src/koala-transformer.js", "trace": true, "keepTransformed": "../../../test/dump/", "stableForTest": true, "contextImport": "./context.test" }
10]
11},
12"include": ["test/**/*"],
13"exclude": ["test/build", "test/examples", "test/unmemoized" ]
14}
15
16