tsconfig.json8 lines · main
1{
2 "extends": "tsconfig/react-library.json",
3 "include": ["."],
4 "exclude": ["dist", "build", "node_modules"],
5 "compilerOptions": {
6 "types": ["./test/extensions.d.ts"]
7 }
8}