tsconfig.webpack.json 114 Bytes
Newer Older
ada committed
1 2 3 4 5
{
    "extends": "./tsconfig.json",
    "include": ["src/**/*.d.ts", "typings"],
    "files": ["src/index.tsx"]
}