idlize
18 строк · 431.0 Байт
1{
2"extends": "../tsconfig.json",3"compilerOptions": {4"baseUrl": "./",5"outDir": "../build/test",6"module": "CommonJS",7"noEmit": true,8"removeComments": false9},10"include": ["../test/**/*"],11"exclude": [12"../build",13"../test/generated",14"../test/ets",15"../test/golden",16"../test/specification/developtools_ace_ets2bundle"17]18}
19