Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/react-native-css-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is different in the example, please use the auto generated file
/// <reference types="./example-env" />
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../types.d.ts" />

// NOTE: This file should not be edited and should be committed with your source code. It is generated by react-native-css. If you need to move or disable this file, please see the documentation.
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"index.js",
"postcss.config.mjs",
"react-native-css-env.d.ts",
"../types.d.ts"
"example-env.d.ts"
]
}
Loading
Loading