Files
protocol/packages/instant/tsconfig.json
2018-11-30 12:26:59 -08:00

15 lines
341 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"jsx": "react",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"declaration": false,
"declarationMap": false,
"composite": false
},
"include": ["./src/**/*"]
}